-
Manager API to control View Annotations.
View annotations are
UIViewinstances that are drawn on top of theMapViewand bound to someGeometry(onlyPointis supported for now). In case some view annotations intersect on the screen Z-index is based on addition order.View annotations are invariant to map camera transformations however such properties as size, visibility etc could be controlled by the user using update operation.
View annotations are not explicitly bound to any sources however
See moreViewAnnotationOptions.associatedFeatureIdcould be used to bind given view annotation with someFeaturebyFeature.identifiermeaning visibility of view annotation will be driven by visibility of given feature.Declaration
Swift
public final class ViewAnnotationManager -
Stores layout and visibilty settings for a
See moreViewAnnotationDeclaration
Swift
public struct ViewAnnotationOptions : Hashable -
Undocumented
See moreDeclaration
Swift
public enum ViewAnnotationManagerError : Error
View Annotations Reference